home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / symon11.zip / SYMON.CFG < prev    next >
Text File  |  1997-08-03  |  3KB  |  61 lines

  1. 'The BBSNAME variable will tell the door your BBS's name.
  2. BBSNAME=The Dynasty
  3.  
  4. 'The SYSOPF variable tells the door the sysop's first name.
  5. SYSOPF=Ronald
  6.  
  7. 'The SYSOPL variable tells the door the sysop's last name.
  8. SYSOPL=Schlegel
  9.  
  10. 'The DOORFILE variable tells the door the name of the door file your system
  11. 'uses and where it is located.  It can contain a drive and path.  The
  12. 'current BBS door files supported are:
  13. '
  14. '  PCBOARD.SYS  - PCBoard version 12 and 14.x or above
  15. '  USERS.SYS    - PCBoard verion 15.x
  16. '  CALLINFO.BBS - Wildcat version 2.x
  17. '  DOOR.SYS     - GAP any version or Wildcat 3.x
  18. '  DORINFO#.DEF - RBBS and QBBS systems
  19. '  CHAIN.TXT    - WWIV version 2.x or above
  20. '  UBBS.SYS     - Ultra BBS systems
  21. '  SFDOORS.DAT  - SpitFire systems
  22. '  AUNTIE.SYS   - Auntie BBS systems
  23. '  TRIBBS.SYS   - Tri-BBS systems
  24. '  STANDARD.SYS - Standard Drop file format... read docs for details.
  25. '  DIRECT       - Will get all info from modem and user.
  26. '
  27. DOORFILE=C:\TRIBBS2\DOOR.SYS
  28.  
  29. 'These are the paths to the bulletins you wish to create. Even if no
  30. 'bulletins are desired, these lines must be accounted for.
  31. ANSIBULL=SCORE.ANS
  32. MONOBULL=SCORE.BBS
  33.  
  34. 'The MAXTIME variable tells the door the maximum amount of time that a user
  35. 'may be in the door before exiting back to the BBS.  If not included or set to
  36. '0 the time left currently on your system will be used.
  37. MAXTIME=30
  38.  
  39. 'The KBTIME variable tells the door how much time to allow for no input from
  40. 'the user's keyboard before returning to the BBS.  Default value is 5 mins.
  41. KBTIME=3
  42.  
  43. 'The FOSSIL variable tells the doors whether you are using a Fossil
  44. 'driver like X00 or BNU. This variable can be set to either YES or NO.
  45. 'The Default is NO.
  46. FOSSIL=NO
  47.  
  48. 'The COMPORT variable tells the door which COM port to use for I/O functions
  49. 'to occur.  This variable can be a number from 1 to 8.  With multiple lines,
  50. 'you can setup different CFG files for each line with a separate comport
  51. 'number.  If using a non-standard port address, use H in front of the address
  52. 'and the number should be in hexadecimal (eg: COMPORT=H03F8).
  53. 'This MUST be set if you are having trouble with your comport being read from
  54. 'the door file or if using the DIRECT method.  Otherwise, it can be left out
  55. 'unless your DOORFILE variable doesn't give the information on comport number.
  56. 'COMPORT=2
  57.  
  58. 'The IRQ variable tells the door what IRQ to use if non-standard.  This does
  59. 'not have to be set if a standard comport is being used.
  60. 'IRQ=3
  61.